home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / IFF / IFF_Forms / ILBM.EPSF.doc < prev    next >
Encoding:
Text File  |  1993-03-01  |  403 b   |  21 lines

  1. Encapsulated Postscript chunk
  2.  
  3. ILBM EPSF Chunk
  4. ===============
  5.  
  6. Pixelations   Kevin Saltzman   617-277-5414
  7.  
  8. Chunk to hold encapsulated postscript
  9.  
  10. Used by PixelScript in their clip art.  Holds a postscript
  11. representation of the ILBM's graphic image.
  12.  
  13. EPSF length
  14.    ; Bounding box
  15.    WORD lowerleftx;
  16.    WORD lowerlefty;
  17.    WORD upperrightx;
  18.    WORD upperrighty;
  19.    CHAR []    ; ascii postscript file
  20.  
  21.